Antifa UI Testing Result

Login manager

Results

Start time End time Elapsed time Result
2025-01-30T03:06:19.857645200 2025-01-30T03:09:24.587261700 184729ms SUCCESS

Executed Steps

  1. Open the browser page at "http://localhost:8080/TurkishAirlines/".

    Details
    Start time End time Elapsed time Result
    2025-01-30T03:06:19.857645200 2025-01-30T03:06:49.015412900 29157ms SUCCESS

    Command [instruction=Open the browser page at "http://localhost:8080/TurkishAirlines/"., action=open, object=browser, parameter=http://localhost:8080/TurkishAirlines/, type=page]

  2. Define @LoginButton as "Login" located by "a.nav-link[href='Login']".

    Details
    Start time End time Elapsed time Result
    2025-01-30T03:06:49.016512100 2025-01-30T03:06:49.016512100 0ms SUCCESS

    Command [instruction=Define @LoginButton as "Login" located by "a.nav-link[href='Login']"., action=define, object=@LoginButton, parameter=a.nav-link[href='Login'] Login, type=null]

  3. Click on Login button.

    Details
    Start time End time Elapsed time Result
    2025-01-30T03:06:49.016512100 2025-01-30T03:07:38.640116400 49623ms SUCCESS

    Command [instruction=Click on Login button., action=click, object=@LoginButton, parameter=null, type=button]

  4. Define @EmailField as "Email" located by "input[name='j_username']".

    Details
    Start time End time Elapsed time Result
    2025-01-30T03:07:38.640116400 2025-01-30T03:07:38.640116400 0ms SUCCESS

    Command [instruction=Define @EmailField as "Email" located by "input[name='j_username']"., action=define, object=@EmailField, parameter=input[name='j_username'] Email, type=null]

  5. Write "haris@manager.com" to Email input.

    Details
    Start time End time Elapsed time Result
    2025-01-30T03:07:38.640116400 2025-01-30T03:07:39.021575800 381ms SUCCESS

    Command [instruction=Write "haris@manager.com" to Email input., action=write, object=@EmailField, parameter=haris@manager.com, type=input]

  6. Define @PasswordField as "Password" located by "input[name='j_password']".

    Details
    Start time End time Elapsed time Result
    2025-01-30T03:07:39.021575800 2025-01-30T03:07:39.022573300 0ms SUCCESS

    Command [instruction=Define @PasswordField as "Password" located by "input[name='j_password']"., action=define, object=@PasswordField, parameter=input[name='j_password'] Password, type=null]

  7. Write "m" to Password input.

    Details
    Start time End time Elapsed time Result
    2025-01-30T03:07:39.022573300 2025-01-30T03:07:39.327778900 305ms SUCCESS

    Command [instruction=Write "m" to Password input., action=write, object=@PasswordField, parameter=m, type=input]

  8. Define @SignInButton as "Sign in!" located by "button.btn".

    Details
    Start time End time Elapsed time Result
    2025-01-30T03:07:39.327778900 2025-01-30T03:07:39.327778900 0ms SUCCESS

    Command [instruction=Define @SignInButton as "Sign in!" located by "button.btn"., action=define, object=@SignInButton, parameter=button.btn Sign in!, type=null]

  9. Click on Sign in! button.

    Details
    Start time End time Elapsed time Result
    2025-01-30T03:07:39.327778900 2025-01-30T03:08:31.264863700 51937ms SUCCESS

    Command [instruction=Click on Sign in! button., action=click, object=@SignInButton, parameter=null, type=button]

  10. Define @LogoutButton as "Logout" located by "a.list-group-item.list-group-item-action[href='Logout']".

    Details
    Start time End time Elapsed time Result
    2025-01-30T03:08:31.264863700 2025-01-30T03:08:31.264863700 0ms SUCCESS

    Command [instruction=Define @LogoutButton as "Logout" located by "a.list-group-item.list-group-item-action[href='Logout']"., action=define, object=@LogoutButton, parameter=a.list-group-item.list-group-item-action[href='Logout'] Logout, type=null]

  11. Click on Logout button.

    Details
    Start time End time Elapsed time Result
    2025-01-30T03:08:31.264863700 2025-01-30T03:09:24.587261700 53322ms SUCCESS

    Command [instruction=Click on Logout button., action=click, object=@LogoutButton, parameter=null, type=button]